home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / boot / blitscroll.lha / blitscroll.readme < prev    next >
Encoding:
Text File  |  1997-08-24  |  1.3 KB  |  33 lines

  1. Short:    Patches ScrollRaster() to look nicer
  2. Uploader: chris@planb.TheGAP.com (Chris Perver)
  3. Author:   chris@planb.TheGAP.com (Chris Perver)
  4. Type:     util/boot
  5. Requires: Kickstart 37+
  6.  
  7.   COMPATIBLE:   Vinced (Mostly)
  8.                 Vinci
  9.  
  10.   INCOMPATIBLE: KingCon
  11.                 Original CON:
  12.                 Vinced (When you type or press return above a line, etc)
  13.  
  14. This program will patch the ScrollRaster() function to use my own routine, which
  15. uses  ClipBlit().  The  main  bonus is that the new area of raster isn't cleared
  16. after the scroll, so new text, etc is drawn on top of the old text.  The  result
  17. is most notable when scrolling in a shell.
  18.  
  19. You can start and stop blitscroll at any time. I suggest putting  the  following
  20. line in you s:user-startup after copying blitscroll to c:
  21.  
  22.   RUN >NIL: c:blitscroll
  23.  
  24. To stop blitscroll, just break it's process.
  25.  
  26. -----------------------------------------------------------------------------
  27.  
  28. Use this program at your own risk. Not every program  will  be  compatible  with
  29. blitscroil,  as  some programs may rely on the new area of raster being cleared.
  30. Let me know which programs produce strange results, and I will  make  blitscroll
  31. use the old ScrollRaster() for these programs, or I will develop a  prefs  file,
  32. in which you can select the programs to ignore yourself.
  33.